Path: / executions / {execution-id}

Get a execution by Id

Path parameters:
execution-id - execution id

Resources
NameDescription
cancelCancel a execution
pausePause a execution
startStart a execution
stepsGet all steps belong to the execution

Method Summary
ResourceDescription
GET /executions/{execution-id}Get a execution by Id

Method Detail
HTTP Example:
GET /executions/{execution-id}

API Example:

ExecutionsResource.getExecution({'execution-id': /* executionId execution id */});

Get a execution by Id

Output:
edu.illinois.ncsa.datawolf.domain.Execution - a execution in JSON
Produces:
application/json